aml_tryconv
struct aml_value *aml_tryconv(struct aml_value *, int, int);
c = aml_tryconv(a, ctype, clen);
cv = aml_tryconv(a1, AML_OBJTYPE_INTEGER, -1);