Function windows::Win32::Networking::WinInet::FtpGetFileEx

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