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