zig translate-c is know also translating code for C static function found in header files.
While this is great when it works it can be a show stopper when it generates code that doesn't pass ast-check making the file not importable at all.
Can we have a flag to skip all static functions ?