Type Definition python3_sys::_PyCFunctionFast[][src]

type _PyCFunctionFast = unsafe extern "C" fn(slf: *mut PyObject, args: *const *mut PyObject, nargs: Py_ssize_t) -> *mut PyObject;