pub fn hashed_file_name(path: &Path) -> Result<OsString, Error>
Hashes the file at path using SHA-256 and returns its name with the hash added before the extension.
path