pub type GstIteratorForeachFunction = Option<unsafe extern "C" fn(_: *const GValue, _: gpointer)>;
enum GstIteratorForeachFunction { None, Some(unsafe extern "C" fn(_: *const GValue, _: *mut c_void)), }
No value.
Some value of type T.
T