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