pub type STYLEBUFW = tagSTYLEBUFW;
struct STYLEBUFW { pub dwStyle: u32, pub szDescription: [u16; 32], }
dwStyle: u32
szDescription: [u16; 32]