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)),
}