Function silc_hash_table_del
SYNOPSIS
bool silc_hash_table_del(SilcHashTable ht, void *key);
DESCRIPTION
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.