Type Definition GNodeForeachFunc
gst::ffi
type GNodeForeachFunc = Option<extern "C" fn(node: *mut GNode, data: gpointer)>;