pub type _PyFrameEvalFunction = extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, c_int) -> *mut PyObject;Available on
Py_3_11 and non-PyPy only.pub type _PyFrameEvalFunction = extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, c_int) -> *mut PyObject;Py_3_11 and non-PyPy only.