pub type InstructionHeader = (u8, u8, [u8; 2]);
A type definition for an instruction header:
This is used to parse the instruction portion of a V1 message.