[][src]Function libssh2_sys::libssh2_channel_write_ex

pub unsafe extern "C" fn libssh2_channel_write_ex(
    chan: *mut LIBSSH2_CHANNEL,
    stream_id: c_int,
    buf: *const c_char,
    buflen: size_t
) -> ssize_t