pub type STYLEBUF = STYLEBUFA;
#[repr(C)]pub struct STYLEBUF { pub dwStyle: u64, pub szDescription: [i8; 32], }
dwStyle: u64
szDescription: [i8; 32]