/** * @file container_utils.h * @author your name (you@domain.com) * @brief * @version 0.1 * @date 2024-06-19 * * @copyright Copyright (c) 2024 * */ #pragma once typedef struct generic_iterator { } generic_iterator; typedef void* (*iterator_next_item)(void* iterator);