1This is a hash table, implemented in C, supporting constant-time
2add/find/remove of C structures. Any structure having a unique,
3arbitrarily-typed key member can be hashed by adding a UT_hash_handle
4member to the structure and calling these macros.
5