What's up guys, I'm trying to wrap a C library and there's a struct with a field name of `type` that needs be wrapped in Nim.
Of course I get a compile-time error when trying to use the `type` keyword so I encased it in backticks, but it still throws an error. What is usually done in instances like this? Unless I'm still doing something wrong encasing the `type` field name with backticks doesn't seem to be working. If I need to show the C struct and how I'm currently wrapping/using it I will, let me know!