pub fn track_box_new<T: ?Sized>( name: &str, location: &str, value: Box<T>, ) -> Box<T>
Track Box::new