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