pub unsafe extern "system" fn AppCacheCheckManifest(
    pwszmasterurl: PCWSTR,
    pwszmanifesturl: PCWSTR,
    pbmanifestdata: *const u8,
    dwmanifestdatasize: u32,
    pbmanifestresponseheaders: *const u8,
    dwmanifestresponseheaderssize: u32,
    pestate: *mut APP_CACHE_STATE,
    phnewappcache: *mut *mut c_void
) -> u32
Expand description

Required features: "Win32_Networking_WinInet"