Type Definition pyo3::ffi::richcmpfunc [] [src]

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