pub unsafe fn RetrieveUrlCacheEntryFileA<P0>(
    lpszurlname: P0,
    lpcacheentryinfo: Option<*mut INTERNET_CACHE_ENTRY_INFOA>,
    lpcbcacheentryinfo: *mut u32,
    dwreserved: u32,
) -> Result<()>
where P0: Param<PCSTR>,