pub type FnExecInstrFull = fn(&mut VmState<'_>, u32, u16) -> VmResult<i32>;
Fn pointer for an extended opcode execution logic.