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