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