pub unsafe extern "C" fn PyUnicode_Compare(
    left: *mut PyObject,
    right: *mut PyObject
) -> i32