Type Alias GstStructureForeachFunc
Sourcepub type GstStructureForeachFunc = Option<unsafe extern "C" fn(GQuark, *const GValue, gpointer) -> gboolean>;
Aliased Type§
enum GstStructureForeachFunc {
None,
Some(unsafe extern "C" fn(u32, *const GValue, *mut c_void) -> i32),
}