Tool for transpiling C to Go.
Type Information not passed down to callback
`cxgo` Mistranslates C Function Pointer causing Runtime Crash in Transpiled Go Code
`cxgo` Misses Declared Variables Inside `switch` Blocks in C
`cxgo` Fails to Translate `NULL` Function Pointer, Causing Invalid Function Conversion and Segmentation Fault
`cxgo` Fails to Preserve `const` for External Constant Variables
`cxgo` Incorrectly Converts Char Array Initialization, Causing Go Type Mismatch
`cxgo` Generates Out-of-Bounds Pointer for One-Past-the-End Array Access for C
Thread Local Storage
Handle struct vs function name collisions
`cxgo` Crashes When Translating `_Complex int` Type