pub type WindowCallback = Arc<Box<fn(_: &mut Window)>>;
struct WindowCallback { /* private fields */ }