macro_rules! fa_assert { ($cond:expr, $code:ident) => { ... }; ($cond:expr, $code:ident, ctx) => { ... }; }
Assert a condition or emit a diagnostic.
fa_assert!(frame_active, FA001);