hash_table
typedef struct hash_table {
} hash_table;
struct hash_table {
typedef struct hash_table hash_table;