mongodb :: NativeMongoClient :: destroy
mongoc_client_destroy().This instance should not be used beyond this point!
	# Wrapper for `mongoc_client_destroy()`.
	#
	# This instance should not be used beyond this point!
	fun destroy `{
		mongoc_client_destroy(self);
		mongoc_cleanup();
	`}
					lib/mongodb/native_mongodb.nit:204,2--210,3