pub type DynVTableRef = Arc<dyn DynVTable>;
Reference-counted DynVTable
pub struct DynVTableRef { /* private fields */ }