Function python3_sys::PyUnicode_Encode

source ยท
pub unsafe extern "C" fn PyUnicode_Encode(
    s: *const Py_UNICODE,
    size: Py_ssize_t,
    encoding: *const c_char,
    errors: *const c_char,
) -> *mut PyObject
๐Ÿ‘ŽDeprecated since 0.2.1: Deprecated since Python 3.3 / PEP 393, removed in Python 3.11