mio_write
size_t mio_write(struct mio_hdl *, const void *, size_t);
n = mio_write(oh, buf, len);
n = mio_write(p->mio.hdl, data, count);