pub unsafe extern "system" fn CreateUrlCacheContainerA(
    name: PCSTR,
    lpcacheprefix: PCSTR,
    lpszcachepath: PCSTR,
    kbcachelimit: u32,
    dwcontainertype: u32,
    dwoptions: u32,
    pvbuffer: *mut c_void,
    cbbuffer: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Networking_WinInet", "Win32_Foundation"