fnv1a_hash
uint32_t hash = fnv1a_hash(entry->key, entry->len);
hash = fnv1a_hash(key, len);
const uint32_t hash = fnv1a_hash(key, len);