GstCollectDataDestroyNotify

A function that will be called when the GstCollectData will be freed. It is passed the pointer to the structure and should free any custom memory and resources allocated for it.

alias GstCollectDataDestroyNotify = void function(GstCollectData* data)