cvtbase
cvtbase(1000L, 256, hb, i, out, len);
cvtbase(256L, 256, hb, i, out, len);
cvtbase(256L, 256, hb, i, out, len);
cvtbase(65536L, 256, hb, i, out, len);
cvtbase((long)ibase, 256, hb, i, out, len);
static void cvtbase(long, int, int[], int, uint8_t [], int);