macro_rules! opt_unwrap {
    ($e:expr $(,)?) => { ... };
}