pub fn require_bool(nb: &ValueWord) -> Result<bool, VMError>
Extract a bool from a ValueWord, or return a type error.