macro_rules! scoped_thread_local {
    (static $name:ident: $ty:ty) => { ... };
}