struct spa_dict {
  uint32_t flags;
  uint32_t n_items;
  const struct spa_dict_item *items;
};