aml_convradix
res = aml_convradix(lhs, 16, 10);
res = aml_convradix(lhs, 10, 16);
uint64_t aml_convradix(uint64_t, int, int);