Type Alias GstCollect Data Destroy Notify
Source pub type GstCollectDataDestroyNotify = Option<unsafe extern "C" fn(*mut GstCollectData)>;Aliased Type§
pub enum GstCollectDataDestroyNotify {
None,
Some(unsafe extern "C" fn(*mut GstCollectData)),
}