pub unsafe fn RTFSync<P0>(
    lpmessage: P0,
    ulflags: u32,
    lpfmessageupdated: *mut BOOL
) -> Result<()>
where P0: IntoParam<IMessage>,