macro_rules! fx_err_and_bail {
    ($tag:expr, $msg:expr) => { ... };
}