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