pub type GstCollectDataDestroyNotify = Option<unsafe extern "C" fn(*mut GstCollectData)>;Aliased Type§
enum GstCollectDataDestroyNotify {
None,
Some(unsafe extern "C" fn(_: *mut GstCollectData)),
}pub type GstCollectDataDestroyNotify = Option<unsafe extern "C" fn(*mut GstCollectData)>;enum GstCollectDataDestroyNotify {
None,
Some(unsafe extern "C" fn(_: *mut GstCollectData)),
}