pub type STYLEBUFW = tagSTYLEBUFW;
#[repr(C)]pub struct STYLEBUFW { pub dwStyle: u64, pub szDescription: [u16; 32], }
dwStyle: u64
szDescription: [u16; 32]