结构体 typedef struct hash_cell_struct hash_cell_t;时间:2023-03-09 04:19:52 typedef struct hash_cell_struct hash_cell_t; struct hash_cell_struct{ void* node; /*!< hash chain node, NULL if none */ };