libssh2_sys

Function libssh2_channel_forward_listen_ex

Source
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