Specifies the type of the function passed to for_each.
It is called with each key/value pair, together with the user_data
parameter which is passed to
for_each.
key |
a key |
value |
the value corresponding to the key |
user_data |
user data passed to for_each |