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