pub unsafe fn _PyObject_FastCallTstate(
    tstate: *mut PyThreadState,
    func: *mut PyObject,
    args: *const *mut PyObject,
    nargs: isize
) -> *mut PyObject
This is supported on Py_3_8 and non-PyPy only.