Type Alias pyo3::ffi::richcmpfunc

source ·
pub type richcmpfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: i32) -> *mut PyObject;