pub fn common_hex_len(bytes_a: &[u8], bytes_b: &[u8]) -> usize
Calculates common prefix length of two byte sequences. The length to be returned is a number of hexadecimal digits.