pub type KeyboardEvent = Box<dyn Fn(&str, bool) + Send + Sync>;
pub struct KeyboardEvent(/* private fields */);