struct ssh_event_fd_wrapper

struct ssh_event_fd_wrapper {
    // fields

    ssh_event_callback cb;
    void* userdata;
};