pub type FuncKind = SkSVGFeFuncType;
enum FuncKind { Identity = 0, Table = 1, Discrete = 2, Linear = 3, Gamma = 4, }