GstIteratorFreeFunction

This function will be called when the iterator is freed.

Implementors of a gstreamer.Iterator should implement this function and pass it to the constructor of the custom iterator. The function will be called with the iterator lock held.

alias GstIteratorFreeFunction = void function(GstIterator* it)