Function _PyEval_EvalFrameDefault
pub unsafe extern "C" fn _PyEval_EvalFrameDefault(
tstate: *mut PyThreadState,
frame: *mut _PyInterpreterFrame,
exc: i32,
) -> *mut PyObjectAvailable on crate feature
tls and Py_3_11 only.