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