struct spa_list {
  struct spa_list *next;
  struct spa_list *prev;
};