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