[][src]Function libssh2_sys::libssh2_channel_forward_listen_ex

pub unsafe extern "C" fn libssh2_channel_forward_listen_ex(
    sess: *mut LIBSSH2_SESSION,
    host: *const c_char,
    port: c_int,
    bound_port: *mut c_int,
    queue_maxsize: c_int
) -> *mut LIBSSH2_LISTENER