pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
interp: *mut PyInterpreterState,
eval_frame: Option<unsafe extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, i32) -> *mut PyObject>,
)Available on non-
PyPy only.