windows::Win32::Networking::WinInet

Function FtpRenameFileA

pub unsafe fn FtpRenameFileA<P1, P2>(
    hconnect: *const c_void,
    lpszexisting: P1,
    lpsznew: P2,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>,