This is the native instance of the application. It is not used by

the framework, but can be set by the application to its own instance state.

Property definitions

android $ NdkNativeActivity :: instance
	# This is the native instance of the application.  It is not used by
	# the framework, but can be set by the application to its own instance
	# state.
	fun instance: Pointer `{ return self->instance; `}
lib/android/native_app_glue.nit:296,2--299,51