Type Alias pyo3::ffi::_PyCFunctionFast

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