pub unsafe extern "C" fn PyUnicode_EncodeCharmap( data: *const i32, length: isize, mapping: *mut PyObject, errors: *const i8, ) -> *mut PyObject