pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
    interp: *mut PyInterpreterState,
    eval_frame: _PyFrameEvalFunction
)
Expand description

Set the frame evaluation function.