Type Alias GstType Find Function 
Source pub type GstTypeFindFunction = Option<unsafe extern "C" fn(*mut GstTypeFind, gpointer)>;Aliased Type§
pub enum GstTypeFindFunction {
    None,
    Some(unsafe extern "C" fn(*mut GstTypeFind, *mut c_void)),
}