Function silc_hash_table_get
SYNOPSIS
bool silc_hash_table_get(SilcHashTableList *htl, void **key,
void **context);
DESCRIPTION
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.