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