typedef struct
{
	uint32_t length;
	$TYPE$ *internalArray;
} $NAME$Slice;