devela::_dep::pyo3::ffi

Type Alias richcmpfunc

pub type richcmpfunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject, _: i32) -> *mut PyObject;
Available on crate features dep_pyo3 and std only.