winapi
macro_rules! STRUCT { (#[debug] $($rest:tt)*) => { ... }; ($(#[$attrs:meta])* struct $name:ident { $($field:ident: $ftype:ty,)+ }) => { ... }; }