pyo3_ffi

Type Alias _PyFrameEvalFunction

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