pub type FnExecInstrSimple = fn(&mut VmState<'_>) -> VmResult<i32>;
Fn pointer for a simple opcode execution logic.