pub type EventLoopHandle<'a> = LoopHandle<'a, LoopData>;
struct EventLoopHandle<'a> { /* private fields */ }