Type Definition pyo3::ffi::_PyFrameEvalFunction
source · pub type _PyFrameEvalFunction = extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject;Available on
Py_3_9 only.pub type _PyFrameEvalFunction = extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject;Py_3_9 only.