Macro declare_event_empty_param

Source
macro_rules! declare_event_empty_param {
    ($name:ident, $category:ident) => { ... };
}