pub fn make_path64(coords: &[i64]) -> Path64
Create a Path64 from a flat slice of coordinate pairs [x0, y0, x1, y1, …]. Direct port from clipper.h MakePath.