pub unsafe extern "C" fn PyUnicode_AsEncodedUnicode( unicode: *mut PyObject, encoding: *const c_char, errors: *const c_char, ) -> *mut PyObject