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