Function windows::Win32::Networking::WinInet::FtpCommandW

pub unsafe fn FtpCommandW<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<PCWSTR>,