[][src]Type Definition pyo3::ffi::_PyFrameEvalFunction

type _PyFrameEvalFunction = extern "C" fn(_: *mut PyFrameObject, _: c_int) -> *mut PyObject;