devela::_dep::pyo3::ffi

Type Alias PyCFunctionFast

pub type PyCFunctionFast = unsafe extern "C" fn(_: *mut PyObject, _: *mut *mut PyObject, _: isize) -> *mut PyObject;
Available on crate features dep_pyo3 and std only.