pub type Mat4Impl = DMat4;
#[repr(C)]pub struct Mat4Impl { pub x_axis: DVec4, pub y_axis: DVec4, pub z_axis: DVec4, pub w_axis: DVec4, }
x_axis: DVec4
y_axis: DVec4
z_axis: DVec4
w_axis: DVec4