pub type ACCEL = tagACCEL;
#[repr(C)]pub struct ACCEL { pub fVirt: u8, pub key: u16, pub cmd: u16, }
fVirt: u8
key: u16
cmd: u16