pub(crate) unsafe fn hash_bytes_long( v: &[u8], accumulator: u64, seeds: &[u64; 6], ) -> u64
Hashes strings > 16 bytes.
v.len() must be > 16 bytes.