ssh_channel_read_nonblocking

Function ssh_channel_read_nonblocking 

Source
pub unsafe extern "C" fn ssh_channel_read_nonblocking(
    channel: ssh_channel,
    dest: *mut c_void,
    count: u32,
    is_stderr: c_int,
) -> c_int