struct shrub { size_t n; float* vertices; }; //extern "C" struct shrub shrubmaker(float x, float y, float z, int level);