macro_rules! scoped_no_mangle {
($($name:ident: $v:ty = $val:expr;)*) => { ... };
}
Expand description
Scoped no mangle to avoid repetition
macro_rules! scoped_no_mangle {
($($name:ident: $v:ty = $val:expr;)*) => { ... };
}
Scoped no mangle to avoid repetition