package main const prelude = `// Code generated by cmd/library to keep in sync with mobile. DO NOT EDIT. package main // #include import "C" import "unsafe" import mobile "github.com/status-im/status-go/mobile" func main() {} ` const intType = "int" const stringType = "string" const unsafePointerType = "&{unsafe Pointer}" const boolType = "bool"