pub unsafe extern "C" fn _PyEval_EvalFrameDefault(
tstate: *mut PyThreadState,
frame: *mut _PyInterpreterFrame,
exc: c_int,
) -> *mut PyObjectAvailable on non-
Py_LIMITED_API and non-PyPy and Py_3_11 only.