Type Alias pyo3_ffi::_PyCFunctionFastWithKeywords

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