pub unsafe extern "C" fn PyUnicode_DecodeLocaleAndSize(
str: *const c_char,
len: Py_ssize_t,
errors: *const c_char
) -> *mut PyObject