Type Definition pyo3::ffi::PyCFunction

source · []
pub type PyCFunction = unsafe extern "C" fn(*mut PyObject, *mut PyObject) -> *mut PyObject;