Return a NULL pointer, used to initialize virtual tables

Property definitions

nitc $ MemoryManager :: null_ptr
	# Return a NULL pointer, used to initialize virtual tables
	private fun null_ptr: Pointer `{
		return NULL;
	`}
src/vm/virtual_machine.nit:1014,2--1017,3