macro_rules! ensure { ($cond:expr, $($arg:tt)*) => { ... }; }
Ensure a condition is true, otherwise return an error with a formatted message.