pub type ACTION_HEADER = _ACTION_HEADER;
struct ACTION_HEADER { pub transport_id: u32, pub action_code: u16, pub reserved: u16, }
transport_id: u32
action_code: u16
reserved: u16