pub const SYS_RENAME: usize = 448; // 448usizeExpand description
Rename or move a file.
old_ptr: pointer to the old pathold_len: length of the old pathnew_ptr: pointer to the new pathnew_len: length of the new path
Atomic operation : either succeeds completely or fails.