pub unsafe extern "C" fn PyUnicode_Decode( s: *const c_char, size: Py_ssize_t, encoding: *const c_char, errors: *const c_char ) -> *mut PyObject