pub fn remove_age_ext<T: AsRef<Path>>(path: T) -> Result<PathBuf, T>
Remove the .age suffix from a file path, if present.
.age
Returns Err(original path) if the suffix isn’t present.
Err(original path)