func (c *Context) destroy() { C.ohmd_ctx_destroy(c.ctx) }
func ctxFinalizer(o *Context) { C.ohmd_ctx_destroy(o.ctx) }