Function windows::Win32::Networking::WinInet::RetrieveUrlCacheEntryStreamA
pub unsafe fn RetrieveUrlCacheEntryStreamA<P0, P1>(
lpszurlname: P0,
lpcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOA>,
lpcbcacheentryinfo: *mut u32,
frandomread: P1,
dwreserved: u32,
) -> Result<HANDLE>where
P0: Param<PCSTR>,
P1: Param<BOOL>,