pub fn unpack_entry(packed: u32) -> OpcodeHandlerEntryExpand description
Unpack one u32 entry back into the host-side representation. Used by
interpreter Programs that read dispatch_table[opcode] and need to
know which handler to invoke + how many operand bytes to consume.