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