pub unsafe fn UrlCacheRetrieveEntryStream<P0, P1>(
    happcache: Option<*const c_void>,
    pcwszurl: P0,
    frandomread: P1,
    pcacheentryinfo: *mut URLCACHE_ENTRY_INFO,
    phentrystream: *mut *mut c_void,
) -> u32
where P0: Param<PCWSTR>, P1: Param<BOOL>,