macro_rules! opt_flatten {
    ($opt:expr $(,)? ) => { ... };
}