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