pub fn create_file_patch<'a>( original: &'a str, modified: &'a str, original_filename: &'a str, modified_filename: &'a str, ) -> Patch<'a, str>