use TCSETS;
use syscall;
use crate;
/// Attempts to set attributes to a terminal.
/// # Errors
/// See the [Open group spec](https://pubs.opengroup.org/onlinepubs/009696799/functions/tcsetattr.html)
/// If this isn't a valid terminal `fd`, or an `EINTR`, since we're restricting what values can go in.