Property definitions

mpi $ ErrorClass :: native_to_s
	private fun native_to_s: CString `{
		char *err = malloc(MPI_MAX_ERROR_STRING);
		MPI_Error_string(self, err, NULL);
		return err;
	`}
lib/mpi/mpi.nit:351,2--355,3