pub unsafe extern "C" fn ssh_channel_open_reverse_forward(
    channel: ssh_channel,
    remotehost: *const c_char,
    remoteport: c_int,
    sourcehost: *const c_char,
    localport: c_int
) -> c_int