pub trait BoxRaw { // Required method fn clean(self); }
clean up multiple raw pointers contained inside a tuple.
It’s only for raw pointers which are declared using Box::into_raw().
Box::into_raw()
Coerced mutable references would cause errors.