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