Function windows::Win32::Networking::WinInet::FtpPutFileW

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