You can't really use void[] directly - cast it to ubyte[] then use it and you can write each index by byte.
And then back to void[] write to a file?
You can't really use void[] directly - cast it to ubyte[] then use it and you can write each index by byte.
And then back to void[] write to a file?