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

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