Function PyUnicode_DecodeCharmap
pub unsafe extern "C" fn PyUnicode_DecodeCharmap(
string: *const i8,
length: isize,
mapping: *mut PyObject,
errors: *const i8,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.