In C, arrays can be aligned with the alignment attribute:
char iobuff[bytes_to_write] __attribute__ ((aligned(64)));
But I need something simila