macro_rules! unwrap_or_return {
    ($option:expr) => { ... };
    ($option:expr, $ret:expr) => { ... };
}