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)),
}