pub type PyCFunctionFast = unsafe extern "C" fn(*mut PyObject, *mut *mut PyObject, isize) -> *mut PyObject;
Py_3_10
Py_LIMITED_API