Function frame_end

pub fn frame_end<CTX, INTR>(
    context: &mut CTX,
    inspector: &mut impl Inspector<CTX, INTR>,
    frame_input: &FrameInput,
    frame_output: &mut FrameResult,
)
where INTR: InterpreterTypes,