Function windows::Win32::Networking::WinInet::AppCacheCheckManifest

pub unsafe fn AppCacheCheckManifest<P0, P1>(
    pwszmasterurl: P0,
    pwszmanifesturl: P1,
    pbmanifestdata: &[u8],
    pbmanifestresponseheaders: &[u8],
    pestate: *mut APP_CACHE_STATE,
    phnewappcache: *mut *mut c_void,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,