Type Alias GstMetaInitFunction
Sourcepub type GstMetaInitFunction = Option<unsafe extern "C" fn(*mut GstMeta, gpointer, *mut GstBuffer) -> gboolean>;
Aliased Type§
enum GstMetaInitFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstMeta, _: *mut c_void, _: *mut GstBuffer) -> i32),
}