rustix::backend::fs::syscalls

Function rename

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