pub type ssh_channel_callback_data = Option<unsafe extern "C" fn(channel: ssh_channel, code: c_int, data: *mut c_void, len: usize, user: *mut c_void) -> c_int>;