Type Alias python3_sys::_PyCFunctionFast
source ยท pub type _PyCFunctionFast = unsafe extern "C" fn(slf: *mut PyObject, args: *const *mut PyObject, nargs: Py_ssize_t) -> *mut PyObject;
pub type _PyCFunctionFast = unsafe extern "C" fn(slf: *mut PyObject, args: *const *mut PyObject, nargs: Py_ssize_t) -> *mut PyObject;