Macro impl_dyn_cast

Source
macro_rules! impl_dyn_cast {
    ($ty:ty) => { ... };
    ($ty:ty, $global_ctor:expr) => { ... };
}