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