macro_rules! unpack { ($status:ident |= , $e:expr) => { ... }; ($status:ident = , $e:expr) => { ... }; }