pub unsafe extern "system" fn CommitUrlCacheEntryA(
    lpszurlname: PCSTR,
    lpszlocalfilename: PCSTR,
    expiretime: FILETIME,
    lastmodifiedtime: FILETIME,
    cacheentrytype: u32,
    lpheaderinfo: *const u8,
    cchheaderinfo: u32,
    lpszfileextension: PCSTR,
    lpszoriginalurl: PCSTR
) -> BOOL
Expand description

Required features: "Win32_Networking_WinInet", "Win32_Foundation"