pub unsafe fn OleLoadFromStream<P0>( pstm: P0, iidinterface: *const GUID, ppvobj: *mut *mut c_void, ) -> Result<()>where P0: Param<IStream>,