pub(crate) fn validate_struct_keys( table: &IndexMap<Key, Item>, fields: &'static [&'static str], ) -> Result<(), Error>