CLAY__TYPEDEF($NAME$Slice, struct
{
	uint32_t length;
	$TYPE$ *internalArray;
});