Type Alias pyo3_ffi::_PyFrameEvalFunction

source ยท
pub type _PyFrameEvalFunction = extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: c_int) -> *mut PyObject;
Available on Py_3_9 and non-Py_3_11 and non-Py_LIMITED_API only.