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