pub const TCSETSW: c_ulong = 0x5403;
Equivalent to tcsetattr(fd, TCSADRAIN, argp). Allow the output buffer to drain, and set the current serial port settings.
tcsetattr(fd, TCSADRAIN, argp)