macro_rules! register_struct_info { (struct $name:ident { $($fname:ident : $ftype:ty),* }, $vec:expr) => { ... }; }