Macro true_immutable_thread_local

Source
macro_rules! true_immutable_thread_local {
    ($type: ty, $initializer: block) => { ... };
}