pub type Visibility = SkSVGVisibility_Type;
enum Visibility { Visible = 0, Hidden = 1, Collapse = 2, Inherit = 3, }