Create a new CString with the capacity for length characters

Property definitions

core $ CString :: new
	# Create a new `CString` with the capacity for `length` characters
	new(length: Int) is intern
lib/core/text/native.nit:97,2--98,27