Type Alias gstreamer_sys::GstIteratorFoldFunction
source · pub type GstIteratorFoldFunction = Option<unsafe extern "C" fn(_: *const GValue, _: *mut GValue, _: gpointer) -> gboolean>;
Aliased Type§
enum GstIteratorFoldFunction {
None,
Some(unsafe extern "C" fn(_: *const GValue, _: *mut GValue, _: *mut c_void) -> i32),
}