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