pub unsafe extern "C" fn gst_structure_foreach(
    structure: *const GstStructure,
    func: GstStructureForeachFunc,
    user_data: gpointer
) -> gboolean