Macro initialize_self_hive_boxed

Source
macro_rules! initialize_self_hive_boxed {
    ($v:vis $name:ident, $ty:ty, $e:expr) => { ... };
}