GHFunc

Specifies the type of the function passed to HashTable.foreach. It is called with each key/value pair, together with the user_data parameter which is passed to HashTable.foreach.

alias GHFunc = void function(void* key, void* value, void* userData)