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