Property definitions

nitc $ FromCCallContext :: defaultinit
# Context when calling generated code from user C code
class FromCCallContext
	super CallContext

	# TODO: private init because singleton instance (see `from_c_call_context`)

	redef fun name_mtype(mtype) do return mtype.cname
end
src/ffi/light_c.nit:113,1--120,3