pub unsafe extern "C" fn PyUnicode_Equal( str1: *mut PyObject, str2: *mut PyObject, ) -> c_int
Py_3_14