pub fn intersect_64( subjects: &Paths64, clips: &Paths64, fill_rule: FillRule, ) -> Paths64
Compute the intersection of subjects and clips (Paths64). Direct port from clipper.h Intersect.