pub type GstMetaInitFunction = Option<unsafe extern "C" fn(*mut GstMeta, gpointer, *mut GstBuffer) -> gboolean>;
enum GstMetaInitFunction { None, Some(unsafe extern "C" fn(*mut GstMeta, *mut c_void, *mut GstBuffer) -> i32), }
No value.
Some value of type T.
T