pub unsafe extern "C" fn gst_structure_get_array(
    structure: *mut GstStructure,
    fieldname: *const c_char,
    array: *mut *mut GValueArray
) -> gboolean
This is supported on crate feature v1_12 only.