pub type ViewerEventCallback = Rc<dyn Fn(ViewerEvent)>;
struct ViewerEventCallback { /* private fields */ }