macro_rules! try_opt { ($e:expr) => { ... }; }
Workaround because ? is not (yet) available in const context.
?