richcmpfunc

Type Alias richcmpfunc 

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