pub type Pvector_t = pointf_s;
#[repr(C)]pub struct Pvector_t { pub x: f64, pub y: f64, }
x: f64
y: f64