pub type Ppolyline_t = Ppoly_t;
#[repr(C)]pub struct Ppolyline_t { pub ps: *mut pointf_s, pub pn: i32, }
ps: *mut pointf_s
pn: i32