HTYPE
HTYPE hashTable[HASHTABLESIZE];
HTYPE *HashTable = (HTYPE *) (srt->hashTable);
HTYPE HashTable[HASHTABLESIZE] = { 0 };