richcmpfunc

Type Alias richcmpfunc 

Source
pub type richcmpfunc = unsafe extern "C" fn(*mut PyObject, *mut PyObject, i32) -> *mut PyObject;