public int cfgetospeed(Termios termios) {
   return m_Clib.cfgetospeed(new termios(termios));
 }