host_cfsetospeed
int host_cfsetospeed(struct host_termios *, host_speed_t);
return speed ? host_cfsetospeed(tio, speed) : 0;
return host_cfsetospeed(tio, speed); /* weak alias in musl */