pub fn inspect_instructions<CTX, IT>( context: &mut CTX, interpreter: &mut Interpreter<IT>, inspector: impl Inspector<CTX, IT>, instructions: &InstructionTable<IT, CTX>, ) -> InterpreterActionwhere CTX: ContextTr<Journal: JournalExt> + Host, IT: InterpreterTypes,