SilcBool silc_hash_table_del(SilcHashTable ht, void *key);
Removes the entry from the hash table by the provided `key'. This will call the destructor funtion for the found entry. Return TRUE if the entry was removed successfully and FALSE otherwise.