pub type ACCEL = tagACCEL;
struct ACCEL { pub fVirt: u8, pub key: u16, pub cmd: u16, }
fVirt: u8
key: u16
cmd: u16