pub unsafe extern "C" fn gst_structure_get_array(
    structure: *mut GstStructure,
    fieldname: *const c_char,
    array: *mut *mut GValueArray
) -> gboolean