macro_rules! const_none { ($option: expr) => { ... }; }
Equivalent to the ? operator used on Option but for const contexts.
?
Option
const