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