pub type GstHarnessPrepareEventFunc = Option<unsafe extern "C" fn(_: *mut GstHarness, _: gpointer) -> *mut GstEvent>;

Aliased Type§

enum GstHarnessPrepareEventFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GstHarness, _: *mut c_void) -> *mut GstEvent),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstHarness, _: *mut c_void) -> *mut GstEvent)

Some value of type T.