Allocate a new array of size

Property definitions

c $ NativeCByteArray :: new
	# Allocate a new array of `size`
	new(size: Int) `{ return calloc(size, sizeof(unsigned char)); `}
lib/c/c.nit:196,2--197,65