typedef struct { ... } SilcList;
This is the SilcList context, and is initialized by calling the function silc_list_init.
SilcList list; silc_list_init(list, struct SilcInternalEntryStruct, next);