Function python3_sys::PyUnicode_EncodeCharmap
source ยท pub unsafe extern "C" fn PyUnicode_EncodeCharmap(
data: *const Py_UNICODE,
length: Py_ssize_t,
mapping: *mut PyObject,
errors: *const c_char,
) -> *mut PyObject
๐Deprecated since 0.2.1: Deprecated since Python 3.3