pub fn check(condition: bool, msg: impl Display) -> Result<()>
Check a boolean condition; return Err(Error::General(msg)) if false.
Err(Error::General(msg))