hash_add_uint
void *hash_add_uint(hash_table *ht, unsigned int key, void *value);
hash_add_uint(userhash, uid, data);