pub fn round_trip_ref<T>(input: &T) -> T
where T: IntoDisk + FromDisk,