pub type Visibility = SkSVGVisibility_Type;
#[repr(i32)]pub enum Visibility { Visible = 0, Hidden = 1, Collapse = 2, Inherit = 3, }