Macro weak_static

Source
macro_rules! weak_static {
    (static $ident:ident : $typ:ty = $init:expr; ) => { ... };
}