// Package gomobile_bind is an autogenerated binder stub for package try.
// gobind -lang=go try
//
// File is generated by gobind. Do not edit.
package gomobile_bind
/*
#include <stdlib.h>
#include <stdint.h>
#include "seq.h"
#include "try.h"
*/
import "C"
import (
_seq "golang.org/x/mobile/bind/seq"
"try"
)
// suppress the error if seq ends up unused
var _ = _seq.FromRefNum
//export proxytry__This
func proxytry__This() C.nstring {
res_0 := try.This()
_res_0 := encodeString(res_0, true)
return _res_0
}