Function windows::Win32::Networking::WinInet::FtpRenameFileA

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