pub fn find_diff(a: &[u8], b: &[u8]) -> Option<usize>
Compare two byte slices and return the first differing index.