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