pub type DynInstruction<W, H> = dyn Fn(&mut Interpreter<W>, &mut H);
EVM dynamic opcode function signature.