pub unsafe extern "C" fn gst_structure_get_flags(
    structure: *const GstStructure,
    fieldname: *const c_char,
    flags_type: GType,
    value: *mut c_uint
) -> gboolean
Available on crate feature v1_22 only.