pub type GstPadUnlinkFunction = Option<unsafe extern "C" fn(*mut GstPad, *mut GstObject)>;
enum GstPadUnlinkFunction { None, Some(unsafe extern "C" fn(*mut GstPad, *mut GstObject)), }
No value.
Some value of type T.
T