pub type LOGBRUSH = tagLOGBRUSH;
struct LOGBRUSH { pub lbStyle: u32, pub lbColor: u32, pub lbHatch: u64, }
lbStyle: u32
lbColor: u32
lbHatch: u64