Rename src to dest.
Declared in <util/fs_helpers.h>
<util/fs_helpers.h>
[[nodiscard]] bool RenameOver( fs::path src, fs::path dest);
true if the rename was successful.
The return value should not be discarded.