pub unsafe extern "C" fn _PyInterpreterState_GetEvalFrameFunc(
interp: *mut PyInterpreterState
) -> extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject
Expand description

Get the frame evaluation function.