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