pub type GstCollectPadsEventFunction = Option<unsafe extern "C" fn(*mut GstCollectPads, *mut GstCollectData, *mut GstEvent, gpointer) -> gboolean>;Aliased Type§
enum GstCollectPadsEventFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstCollectPads, _: *mut GstCollectData, _: *mut GstEvent, _: *mut c_void) -> i32),
}