Function rustix::backend::fs::syscalls::rename

source ยท
pub(crate) fn rename(old_path: &CStr, new_path: &CStr) -> Result<()>