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