pub unsafe extern "system" fn GetUrlCacheEntryInfoExW(
    lpszurl: PCWSTR,
    lpcacheentryinfo: *mut INTERNET_CACHE_ENTRY_INFOW,
    lpcbcacheentryinfo: *mut u32,
    lpszredirecturl: PCWSTR,
    lpcbredirecturl: *const u32,
    lpreserved: *const c_void,
    dwflags: u32,
) -> BOOL