pub type FnExecInstrArg = fn(&mut VmState<'_>, u32) -> VmResult<i32>;
Fn pointer for an opcode execution logic with a single argument.