Bypass kernel buffers and write directly to the disk.
const FILE_BYPASS_BUFFER: FileFlags = FileFlags(O_DIRECT);
open(2) and O_DIRECT therein