Function pyo3::ffi::PyUnicode_TranslateCharmap

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