fn try_into<'a, U, T>(slice: &'a [U]) -> Result<Vec<T>, InvalidBigInt>where T: TryFrom<&'a U, Error = InvalidBigInt>,