pub type PathOp = SkPathOp;
#[repr(u32)]pub enum PathOp { Difference = 0, Intersect = 1, Union = 2, XOR = 3, ReverseDifference = 4, }