pub type GstMetaClearFunction = Option<unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstMeta)>;
enum GstMetaClearFunction { None, Some(unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstMeta)), }
No value.
Some value of type T.
T