#[reprc]Expand description
This macro attribute applies #[repr(C)] to the struct/enum,
implements the ReprC trait and ensure that each field is also
ReprC.
#[reprc]This macro attribute applies #[repr(C)] to the struct/enum,
implements the ReprC trait and ensure that each field is also
ReprC.