pub fn byte_equality_checker(x: &mut File, y: &mut File) -> Result<()>
Compares the contents of two files, and returns Ok(()) iff their contents are identical.
Ok(())