macro_rules! impl_singleton_arc_rwlock {
    ($ty:ty,$init:expr) => { ... };
}