pub fn unified_diff( old_path: Option<&Path>, new_path: Option<&Path>, ) -> Result<String>
Computes unified diff between two files.