pub fn assert_round_trip_arc<T>(input: Arc<T>)where T: IntoDisk + FromDisk + Clone + PartialEq + Debug,