Function UrlCacheRetrieveEntryStream
pub unsafe fn UrlCacheRetrieveEntryStream<P1>(
happcache: Option<*const c_void>,
pcwszurl: P1,
frandomread: bool,
pcacheentryinfo: *mut URLCACHE_ENTRY_INFO,
phentrystream: *mut *mut c_void,
) -> u32where
P1: Param<PCWSTR>,