pub fn dispatch_instruction_u16( data: &[u8], ) -> Result<(u16, &[u8]), ProgramError>
Read a 2-byte dispatch tag (for programs with >256 instructions).