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