Function ssh_channel_open_forward_unix

Source
pub unsafe extern "C" fn ssh_channel_open_forward_unix(
    channel: ssh_channel,
    remotepath: *const c_char,
    sourcehost: *const c_char,
    localport: c_int,
) -> c_int