macro_rules! if_cond_fail_with {
    ($cond: expr, $err: expr) => { ... };
}