bool silc_hash_table_get(SilcHashTableList *htl, void **key, void **context);
Returns always the next entry in the hash table into the `key' and `context' and TRUE. If this returns FALSE then there are no anymore any entrys.