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