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