pub type Instruction<W, H> = for<'a> fn(_: &'a mut Interpreter<W>, _: &'a mut H);
EVM opcode function signature.