pub unsafe extern "C" fn PyObject_RichCompareBool(
    arg1: *mut PyObject,
    arg2: *mut PyObject,
    arg3: c_int
) -> c_int