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