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