Skip to main content

PyUnicode_TranslateCharmap

Function PyUnicode_TranslateCharmap 

pub unsafe extern "C" fn PyUnicode_TranslateCharmap(
    data: *const u16,
    length: isize,
    table: *mut PyObject,
    errors: *const i8,
) -> *mut PyObject
Available on crate feature tls only.