Function ssh_select

Source
pub unsafe extern "C" fn ssh_select(
    channels: *mut ssh_channel,
    outchannels: *mut ssh_channel,
    maxfd: socket_t,
    readfds: *mut fd_set,
    timeout: *mut timeval,
) -> c_int