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