macro_rules! create { ( $struct_kind: ty { $($field: ident: $value: expr),* $(,)? } ) => { ... }; }
Create a bit_struct
bit_struct