GstIteratorForeachFunction

A function that is called by Iterator.foreach for every element.

alias GstIteratorForeachFunction = void function(GValue* item, void* userData)