Type Definition pyo3::ffi::_PyCFunctionFast[][src]

pub type _PyCFunctionFast = unsafe extern "C" fn(slf: *mut PyObject, args: *mut *mut PyObject, nargs: Py_ssize_t, kwnames: *mut PyObject) -> *mut PyObject;
This is supported on Py_3_7 and non-Py_LIMITED_API only.