macro_rules! opt_value_result {
    ($ex: expr, $($arg:tt)+) => { ... };
}