pub type WindowBuilderHook = Box<dyn Fn(WindowBuilder) -> WindowBuilder>;
struct WindowBuilderHook(/* private fields */);