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