Type Alias pyo3_ffi::_PyCFunctionFast
source ยท pub type _PyCFunctionFast = unsafe extern "C" fn(slf: *mut PyObject, args: *mut *mut PyObject, nargs: Py_ssize_t) -> *mut PyObject;
Available on
Py_3_10
or non-Py_LIMITED_API
only.