pub unsafe extern "C" fn gst_object_get_value_array(
    object: *mut GstObject,
    property_name: *const c_char,
    timestamp: GstClockTime,
    interval: GstClockTime,
    n_values: c_uint,
    values: gpointer
) -> gboolean