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