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