CLAY__TYPEDEF($NAME$, struct
{
	int32_t capacity;
	int32_t length;
	$TYPE$ *internalArray;
});