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