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