pub fn rename(old_path: &str, new_path: &str) -> Result<(), SyscallError>
Rename a file or directory (must be within the same mount).