Macro LocalStatic

Source
macro_rules! LocalStatic {
    ($t: ty, $b: block) => { ... };
    ($t: ty) => { ... };
}