pub type STYLEBUFA = tagSTYLEBUFA;
struct STYLEBUFA { pub dwStyle: u32, pub szDescription: [i8; 32], }
dwStyle: u32
szDescription: [i8; 32]