struct CvSparseNode

#include <types_c.h>

struct CvSparseNode
{
    // fields

    unsigned hashval;
    struct CvSparseNode* next;
};