Type Alias pyo3::ffi::PyCMethod

source ·
pub type PyCMethod = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyTypeObject, _: *const *mut PyObject, _: isize, _: *mut PyObject) -> *mut PyObject;
Available on Py_3_9 and non-Py_LIMITED_API only.