//UtpDestoy closs context func (ctx *UtpContext) UtpDestoy() { C.utp_destroy(ctx.ctx) ctx.ctx = nil ctx.sockets = nil ctx.userdata = nil }
func (c *UTPContext) Close() { C.utp_destroy(c.raw) }