fAreaCount
PRINT(" areas: %9lu, size: %9lu\n", fAreaCount, fAreaSize);
*fAreaCount = 0;
for (int32 i = 0; i < *fAreaCount; i++)
fAreas[(*fAreaCount)++] = area;
int32* fAreaCount;
fAreaCount = 0;
fAreaCount++;
fSegmentCount = 1 + fAreaCount;
writer.Write((uint32)fAreaCount);
size_t fAreaCount;