pub fn rename_path( old_path: impl AsRef<Path>, new_path: impl AsRef<Path>, ) -> Result<(), FileSystemError> ⓘ
dep_sdl3