Type Alias _PyFrameEvalFunction

Source
pub type _PyFrameEvalFunction = extern "C" fn(*mut PyThreadState, *mut PyFrameObject, c_int) -> *mut PyObject;
Available on Py_3_9 and neither Py_3_11 nor PyPy and non-Py_LIMITED_API only.