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