pub type _PyFrameEvalFunction = unsafe extern "C" fn(tstate: *mut PyThreadState, frame: *mut _PyInterpreterFrame, throwflag: c_int) -> *mut PyObject;Available on
Py_3_11 and neither Py_LIMITED_API nor RustPython and non-PyPy only.