pub type FuncKind = SkSVGFeFuncType;
#[repr(i32)]pub enum FuncKind { Identity = 0, Table = 1, Discrete = 2, Linear = 3, Gamma = 4, }