pyo3_ffi

Function PyUnicode_DecodeCharmap

Source
pub unsafe extern "C" fn PyUnicode_DecodeCharmap(
    string: *const c_char,
    length: Py_ssize_t,
    mapping: *mut PyObject,
    errors: *const c_char,
) -> *mut PyObject