Function tcgetattr

pub unsafe extern "C" fn tcgetattr(
    fd: i32,
    termios: *mut termios,
) -> i32
Available on crate feature dep_sdl2 only.