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