macro_rules! lifecycle {
    ($state:ident, $start:block, $stop:block) => { ... };
    ($start:block, $stop:block) => { ... };
}