pyo3::ffi

Type Alias richcmpfunc

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