Function windows::Win32::Networking::WinInet::UrlCacheRetrieveEntryFile

pub unsafe fn UrlCacheRetrieveEntryFile<P0>(
    happcache: Option<*const c_void>,
    pcwszurl: P0,
    pcacheentryinfo: *mut URLCACHE_ENTRY_INFO,
    phentryfile: *mut *mut c_void,
) -> u32
where P0: Param<PCWSTR>,