C type of self, by default it is void*

Property definitions

nitc $ ForeignType :: ctype
	# C type of `self`, by default it is `void*`
	fun ctype: String do return "void*"
src/ffi/light_ffi_base.nit:212,2--213,36

nitc $ ForeignCType :: ctype
	redef var ctype: String
src/ffi/light_c.nit:91,2--24