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