Type Alias GstData Queue Empty Callback 
Source pub type GstDataQueueEmptyCallback = Option<unsafe extern "C" fn(*mut GstDataQueue, gpointer)>;Aliased Type§
pub enum GstDataQueueEmptyCallback {
    None,
    Some(unsafe extern "C" fn(*mut GstDataQueue, *mut c_void)),
}