General/eosListはAPI です。
typedef struct eosList eosList; struct eosList { void* node; eosList* prev; eosList* next; } eosList;