GetHashEntry
Entry *entry = GetHashEntry(key);
return GetHashEntry(key) ? true : false;
Entry *GetHashEntry(const void *key);