pub trait MemoryCallbacksClone<B> { // Required method fn clone_box(&self) -> Box<dyn MemoryCallbacks<B>>; }