Function FtpPutFileW
pub unsafe fn FtpPutFileW<P1, P2>(
hconnect: *const c_void,
lpszlocalfile: P1,
lpsznewremotefile: P2,
dwflags: FTP_FLAGS,
dwcontext: Option<usize>,
) -> Result<()>where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,