Function windows::Win32::Networking::WinInet::FtpPutFileA

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