Type Definition python3_sys::richcmpfunc

source · []
pub type richcmpfunc = unsafe extern "C" fn(arg1: *mut PyObject, arg2: *mut PyObject, arg3: c_int) -> *mut PyObject;