pub fn config_bool(config: &[(String, Value)], key: &str) -> Option<bool>
Reads a boolean config value, returning None when absent or not a bool.
None