pub fn thaw<SliceType>(
    xself: &Command<SliceType>,
    data: &'a [u8]
) -> Command<InputReference<'a>> where
    SliceType: Unfreezable + SliceWrapper<u8>,