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