func (grok *Grok) Cleanup() { C.grok_free(grok.grok) }
func (grok *Grok) Free() { C.grok_free(grok.g) }