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