Function windows::Win32::Networking::WinInet::CreateUrlCacheEntryExW

pub unsafe fn CreateUrlCacheEntryExW<P0, P1, P2>(
    lpszurlname: P0,
    dwexpectedfilesize: u32,
    lpszfileextension: P1,
    lpszfilename: &mut [u16; 260],
    dwreserved: u32,
    fpreserveincomingfilename: P2,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<BOOL>,