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