Flushes the buffers of a specified file and causes all buffered data to be written to a file.
BOOL FlushFileBuffers( HANDLE hFile );
int FlushFileBuffers(int hFile) => _FlushFileBuffers(hFile);