Type Definition GCompareFunc
gst::ffi
type GCompareFunc = Option<extern "C" fn(a: gconstpointer, b: gconstpointer) -> gint>;