Function windows::Win32::Networking::WinInet::FtpGetFileW

pub unsafe fn FtpGetFileW<P0, P1, P2>(
    hconnect: *const c_void,
    lpszremotefile: P0,
    lpsznewfile: P1,
    ffailifexists: P2,
    dwflagsandattributes: u32,
    dwflags: u32,
    dwcontext: usize,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<BOOL>,