hash_lookup_uint
void *hash_lookup_uint(hash_table *ht, unsigned int key);
data = hash_lookup_uint(userhash, (unsigned int)uid);