ZERO_MAX
static unsigned char zero[ZERO_MAX];
if (count > ZERO_MAX)
count = ZERO_MAX;
if (!sio_aucat_read(&hdl->sio, zero, ZERO_MAX))