Macro pick

Source
macro_rules! pick {
    ( $ cx: ident, $col: literal) => { ... };
}