```cpp #include <stdint.h> typedef struct { int32_t f1; int32_t f2; } Test; ``` -> ```cs na - Silk.NET