pub unsafe fn _PyObject_FastCall(
func: *mut PyObject,
args: *const *mut PyObject,
nargs: Py_ssize_t,
) -> *mut PyObjectAvailable on
Py_3_8 and neither PyPy nor GraalPy and non-Py_LIMITED_API only.