pub type Box2Dd = _box2dd_t;
#[repr(C)]pub struct Box2Dd { pub min: _v2dd_t, pub max: _v2dd_t, }
min: _v2dd_t
max: _v2dd_t