pub type PathDirection = SkPathDirection;
engine
#[repr(u8)]pub enum PathDirection { CW = 0, CCW = 1, }