Type Alias GstCollect Pads Flush Function 
Source pub type GstCollectPadsFlushFunction = Option<unsafe extern "C" fn(*mut GstCollectPads, gpointer)>;Aliased Type§
pub enum GstCollectPadsFlushFunction {
    None,
    Some(unsafe extern "C" fn(*mut GstCollectPads, *mut c_void)),
}