Type Alias pyo3::ffi::PyCFunction

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