pub unsafe fn GetUrlCacheEntryInfoW<P0>( lpszurlname: P0, lpcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOW>, lpcbcacheentryinfo: Option<*mut u32>, ) -> Result<()>where P0: Param<PCWSTR>,