pub type COMPOSITIONFORM = tagCOMPOSITIONFORM;
#[repr(C)]pub struct COMPOSITIONFORM { pub dwStyle: u64, pub ptCurrentPos: tagPOINT, pub rcArea: tagRECT, }
dwStyle: u64
ptCurrentPos: tagPOINT
rcArea: tagRECT