pub type STYLESTRUCT = tagSTYLESTRUCT;
#[repr(C)]pub struct STYLESTRUCT { pub styleOld: u32, pub styleNew: u32, }
styleOld: u32
styleNew: u32