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