GstTagForeachFunc

A function that will be called in Tag.listForeach. The function may not modify the tag list.

alias GstTagForeachFunc = void function(GstTagList* list, const(char)* tag, void* userData)