Executes ioctl with the TCSETS2 option.
fn ioctl_tcsets2(fd: i32, attrs: &termios2) -> i32
The file descriptor on which to operate.
The tty attributes.
tty_ioctl(2) and TCSETS therein