pub unsafe extern "C" fn _PyInterpreterState_GetEvalFrameFunc(
interp: *mut PyInterpreterState,
) -> unsafe extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, i32) -> *mut PyObjectAvailable on
Py_3_11 and non-PyPy only.