fn validate_toml_table( known_ptrs: &[&[&'static str]], toml: &Table, ptr: &mut String, error_sink: &mut Vec<(String, Error)>, )