macro_rules! unwrap_or_return {
    ($opt:expr, $retval:expr) => { ... };
}