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