unsafe fn count_different_bytes(a: &[u8], b: &[u8]) -> usize
Returns the amount of different bytes between two slices.
a must be at least as long as b.
a
b