pub unsafe extern "C" fn PyUnicode_TranslateCharmap(
    data: *const Py_UNICODE,
    length: Py_ssize_t,
    table: *mut PyObject,
    errors: *const c_char
) -> *mut PyObject
👎Deprecated since 0.2.1: Deprecated since Python 3.3