Type Alias GstTypeFindFunction
Sourcepub type GstTypeFindFunction = Option<unsafe extern "C" fn(_: *mut GstTypeFind, _: gpointer)>;
Aliased Type§
enum GstTypeFindFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstTypeFind, _: *mut c_void)),
}