pub fn sys_rename(old: *const c_char, new: *const c_char) -> c_int
fs
Rename old to new If new exists, it is first removed.
old
new
Return 0 if the operation succeeds, otherwise return -1.