Function windows::Win32::Networking::WinInet::FtpCommandA

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