Type Alias pyo3::ffi::PyCFunction

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