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