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