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