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