c2nim translates these sort of "incomplete" struct definitions into this:
type
TermKey* {.incompleteStruct.} = object
RunYou're probably running into something else in your source header.
c2nim translates these sort of "incomplete" struct definitions into this:
type
TermKey* {.incompleteStruct.} = object
RunYou're probably running into something else in your source header.