void GB.HashTable.Add ( GB_HASHTABLE hash , const char *key , long len , void *data )
Inserts a data into the hash table.
If a data was already associated with the specified key, this data is silently replaced by the new one.