GumboVector.data

Data elements. This points to a dynamically-allocated array of capacity elements, each a void* to the element itself.

struct GumboVector
void** data;

Meta