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