pub type COMPOSITIONFORM = tagCOMPOSITIONFORM;
struct COMPOSITIONFORM { pub dwStyle: u32, pub ptCurrentPos: tagPOINT, pub rcArea: tagRECT, }
dwStyle: u32
ptCurrentPos: tagPOINT
rcArea: tagRECT