pub unsafe extern "C" fn PyUnicode_Translate(
str: *mut PyObject,
table: *mut PyObject,
errors: *const c_char
) -> *mut PyObject