pub fn diff( printer: &mut dyn Printer, file_a: &File<'_>, file_b: &File<'_>, options: &Options, ) -> Result<()>