pub(crate) fn hash_bytes_medium( bytes: &[u8], s0: u64, s1: u64, fold_seed: u64, ) -> u64
Hashes strings >= 16 bytes, has unspecified behavior when bytes.len() < 16.