1= {
2 ('length', 'css_fixed', 4, '0',
3 'unit', 'css_unit', 5, 'CSS_UNIT_PX'),
4 ('integer', 'int32_t', 4, '0'),
5 ('fixed', 'css_fixed', 4, '0'),
6 ('color', 'css_color', 4, '0'),
7 ('string', 'lwc_string*'),
8 ('string_arr', 'lwc_string**'),
9 ('counter_arr', 'css_computed_counter*'),
10 ('content_item', 'css_computed_content_item*')
11}