pub type ArrayRegistry = Registry<&'static dyn DynVTable>;
pub struct ArrayRegistry(/* private fields */);