macro_rules! select {
    (
        |$state:ident| $selector:expr => $callback:expr
    ) => { ... };
}