pub unsafe extern "C" fn gst_value_intersect(
    dest: *mut GValue,
    value1: *const GValue,
    value2: *const GValue
) -> gboolean