pub type OnClickClosure = Closure<dyn FnMut(MouseEvent)>;
struct OnClickClosure { /* private fields */ }