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