Type Alias gstreamer_sys::GstTypeFindFunction
source · pub 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)),
}