pub type GstValueDeserializeFunc = Option<unsafe extern "C" fn(*mut GValue, *const c_char) -> gboolean>;
pub enum GstValueDeserializeFunc { None, Some(unsafe extern "C" fn(*mut GValue, *const i8) -> i32), }
No value.
Some value of type T.
T