pub unsafe extern "C" fn ssh_channel_request_x11(
    channel: ssh_channel,
    single_connection: c_int,
    protocol: *const c_char,
    cookie: *const c_char,
    screen_number: c_int
) -> c_int