pub fn create_patch_bytes<'a>( original: &'a [u8], modified: &'a [u8], ) -> Patch<'a, [u8]>
Create a patch between two potentially non-utf8 texts