pub type Col2Df = _col2df_t;
#[repr(C)]pub struct Col2Df { pub p: _v2df_t, pub n: _v2df_t, pub d: f32, }
p: _v2df_t
n: _v2df_t
d: f32