Type Alias PyCMethod
pub type PyCMethod = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyTypeObject, _: *const *mut PyObject, _: isize, _: *mut PyObject) -> *mut PyObject;
Available on crate features
dep_pyo3
and std
only.