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