Type Alias pyo3_ffi::PyCFunction

source ยท
pub type PyCFunction = unsafe extern "C" fn(slf: *mut PyObject, args: *mut PyObject) -> *mut PyObject;