struct CvSetElem

#include <types_c.h>

struct CvSetElem
{
    // fields

    int flags;
    struct CvSetElem* next_free;
};