Function rename_path

pub fn rename_path(
    old_path: impl AsRef<Path>,
    new_path: impl AsRef<Path>,
) -> Result<(), FileSystemError> 
Available on crate feature dep_sdl3 only.