windows::Win32::Networking::WinInet

Function AppCacheCreateAndCommitFile

pub unsafe fn AppCacheCreateAndCommitFile<P1, P2>(
    happcache: *const c_void,
    pwszsourcefilepath: P1,
    pwszurl: P2,
    pbresponseheaders: &[u8],
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,