pub fn _clone_boxed<T>(t: &T) -> Box<T, Global> where T: ?Sized,
Clone boxed dyn.
Not intended to be used directly.