pub type PyCFunctionFastWithKeywords = unsafe extern "C" fn(slf: *mut PyObject, args: *const *mut PyObject, nargs: Py_ssize_t, kwnames: *mut PyObject) -> *mut PyObject;
Available on
Py_3_10
or non-Py_LIMITED_API
only.