aml_concat
struct aml_value *aml_concat(struct aml_value *, struct aml_value *);
my_ret = aml_concat(opargs[0], opargs[1]);