Type Alias GstMini Object Free Function 
Source pub type GstMiniObjectFreeFunction = Option<unsafe extern "C" fn(*mut GstMiniObject)>;Aliased Type§
pub enum GstMiniObjectFreeFunction {
    None,
    Some(unsafe extern "C" fn(*mut GstMiniObject)),
}