pub type Box2Df = _box2df_t;
#[repr(C)]pub struct Box2Df { pub min: _v2df_t, pub max: _v2df_t, }
min: _v2df_t
max: _v2df_t