pub type _PyCFunctionFastWithKeywords = unsafe extern "C" fn(*mut PyObject, *const *mut PyObject, isize, *mut PyObject) -> *mut PyObject;
This is supported on non-Py_LIMITED_API only.