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