Function FtpCommandA
pub unsafe fn FtpCommandA<P3>(
hconnect: *const c_void,
fexpectresponse: bool,
dwflags: FTP_FLAGS,
lpszcommand: P3,
dwcontext: Option<usize>,
phftpcommand: Option<*mut *mut c_void>,
) -> Result<()>where
P3: Param<PCSTR>,