pub fn merge_bytes<'a>( ancestor: &'a [u8], ours: &'a [u8], theirs: &'a [u8], ) -> Result<Vec<u8>, Vec<u8>>
Perform a 3-way merge between potentially non-utf8 texts