pub unsafe extern "system" fn GetUrlCacheEntryInfoExA(
    lpszurl: PSTR,
    lpcacheentryinfo: *mut INTERNET_CACHE_ENTRY_INFOA,
    lpcbcacheentryinfo: *mut u32,
    lpszredirecturl: PSTR,
    lpcbredirecturl: *mut u32,
    lpreserved: *mut c_void,
    dwflags: u32
) -> BOOL
Expand description

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’