pub unsafe extern "C" fn PyUnicode_EqualToUTF8AndSize( unicode: *mut PyObject, string: *const c_char, size: Py_ssize_t, ) -> c_int