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