pub unsafe fn OleLoad<P0, P2>( pstg: P0, riid: *const GUID, pclientsite: P2, ppvobj: *mut *mut c_void, ) -> Result<()>where P0: Param<IStorage>, P2: Param<IOleClientSite>,