pub type GstMiniObjectNotify = Option<unsafe extern "C" fn(_: gpointer, _: *mut GstMiniObject)>;
enum GstMiniObjectNotify { None, Some(unsafe extern "C" fn(_: *mut c_void, _: *mut GstMiniObject)), }
No value.
Some value of type T.
T