pub type dc_event_channel_t = Mutex<Option<Events>>;
pub struct dc_event_channel_t { /* private fields */ }