ctf_hash_compute
h = ctf_hash_compute(str, strlen(str)) % hp->h_nbuckets;
ulong_t h = ctf_hash_compute(key, len) % hp->h_nbuckets;