SilcUInt32 silc_hash_string(void *key, void *user_context);
Basic has function to hash strings. May be used with the SilcHashTable. Note that this lowers the characters of the string (with tolower()) so this is used usually with nicknames, channel and server names to provide case insensitive keys.