macro_rules! boxed_cast_base {
    ($type: ty, $base: ty, $extern_convert: ident $(,)?) => { ... };
}