struct CvString

#include <types_c.h>

struct CvString
{
    // fields

    int len;
    char* ptr;
};