Parse a Kvasir.Type.Any type value.
parse!(value :: any(), opts :: Keyword.t()) :: term() | no_return()
iex> Kvasir.Type.Any.parse!(pid()) ** (Kvasir.InvalidType) Invalid Elixir.Kvasir.Type.Any type.