Macro scoped_no_mangle

Source
macro_rules! scoped_no_mangle {
    ($($name:ident: $v:ty = $val:expr;)*) => { ... };
}
Expand description

Scoped no mangle to avoid repetition