pub type LASTINPUTINFO = tagLASTINPUTINFO;
#[repr(C)]pub struct LASTINPUTINFO { pub cbSize: u32, pub dwTime: u32, }
cbSize: u32
dwTime: u32