Function windows::Win32::Networking::WinInet::CreateUrlCacheContainerA
pub unsafe fn CreateUrlCacheContainerA<P0, P1, P2>(
name: P0,
lpcacheprefix: P1,
lpszcachepath: P2,
kbcachelimit: u32,
dwcontainertype: u32,
dwoptions: u32,
pvbuffer: Option<*const c_void>,
cbbuffer: Option<*const u32>,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,