macro_rules! implement_event_emitter {
    ($duration:expr, $max_size:expr) => { ... };
}