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