Function windows::Win32::Networking::WinInet::FtpRenameFileW

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