async fn builtin_try_eval(
    co: GenCo,
    values: Vec<Value>
) -> Result<Value, ErrorKind>