pub type PathFillType = SkPathFillType;
#[repr(u8)]pub enum PathFillType { Winding = 0, EvenOdd = 1, InverseWinding = 2, InverseEvenOdd = 3, }