macro_rules! ensure { ($cond:expr, $ret:expr) => { ... }; }
Ensure that the given condition is true, otherwise return the given value.