Function silc_hash_table_foreach
SYNOPSIS
void silc_hash_table_foreach(SilcHashTable ht, SilcHashForeach foreach,
void *user_context);
DESCRIPTION
Traverse all entrys in the hash table and call the `foreach' for
every entry with the `user_context' context.