Type Alias GstIteratorItemFunction
Sourcepub 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),
}