pub fn bool_from_env<S: WarnSink + ?Sized>( raw: Option<String>, name: &str, default: bool, tool_label: Option<&str>, warnings: &mut S, ) -> bool