macro_rules! make_custom_event {
    ($name:ident, $type:literal) => { ... };
}