windows::Win32::Networking::WinInet

Function FtpGetFileEx

pub unsafe fn FtpGetFileEx<P1, P2>(
    hftpsession: *const c_void,
    lpszremotefile: P1,
    lpsznewfile: P2,
    ffailifexists: bool,
    dwflagsandattributes: u32,
    dwflags: u32,
    dwcontext: Option<usize>,
) -> BOOL
where P1: Param<PCSTR>, P2: Param<PCWSTR>,