pub type _PyCFunctionFastWithKeywords = unsafe extern "C" fn(*mut PyObject, *const *mut PyObject, isize, *mut PyObject) -> *mut PyObject;👎Deprecated:
renamed to PyCFunctionFastWithKeywords
Available on
Py_3_10 or non-Py_LIMITED_API only.