fn table_from_pairs( v: Vec<(Vec<Key>, (Key, Item))>, preamble: RawString, ) -> Result<InlineTable, CustomError>