pub type GstMiniObjectDisposeFunction = Option<unsafe extern "C" fn(*mut GstMiniObject) -> gboolean>;
pub enum GstMiniObjectDisposeFunction { None, Some(unsafe extern "C" fn(*mut GstMiniObject) -> i32), }
No value.
Some value of type T.
T