windows::Win32::Networking::WinInet

Function FtpRenameFileW

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