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