pub type GstIteratorItemFunction = Option<unsafe extern "C" fn(*mut GstIterator, *const GValue) -> GstIteratorItem>;Aliased Type§
enum GstIteratorItemFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstIterator, _: *const GValue) -> i32),
}