This is a macro that converts the struct of the c language into a rust struct
struct
c
rust struct
``` // Cargo.toml
[dependencies] c2rs = "0.1.1"
```
``` c2rs_def!( struct A{
}; struct B{ }; // ...
);