pub unsafe extern "C" fn PyUnicode_EncodeCharmap( data: *const wchar_t, length: Py_ssize_t, mapping: *mut PyObject, errors: *const c_char, ) -> *mut PyObject
Py_LIMITED_API