Function windows::Win32::Networking::WinInet::UrlCacheCreateContainer

pub unsafe fn UrlCacheCreateContainer<P0, P1, P2>(
    pwszname: P0,
    pwszprefix: P1,
    pwszdirectory: P2,
    ulllimit: u64,
    dwoptions: u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,