pub const TCSETSF: c_ulong = 0x5404;
Equivalent to tcsetattr(fd, TCSAFLUSH, argp). Allow the output buffer to drain, discard pending input, and set the current serial port settings.
tcsetattr(fd, TCSAFLUSH, argp)