pub fn file_diff4( original: &Path, modified: &Path, latest: &Path, ancestor: &Path, options: FileOptions, ) -> Result<Diff, Error<'static>>
Diff four files (four-way comparison with ancestor)