pub type GstMetaFreeFunction = Option<unsafe extern "C" fn(_: *mut GstMeta, _: *mut GstBuffer)>;

Aliased Type§

enum GstMetaFreeFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut GstMeta, _: *mut GstBuffer)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GstMeta, _: *mut GstBuffer))

Some value of type T.