pub unsafe fn CreateXmlWriter<P2>( riid: *const GUID, ppvobject: *mut *mut c_void, pmalloc: P2, ) -> Result<()>where P2: Param<IMalloc>,