Function windows::Win32::Networking::WinInet::FtpGetFileA

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