pub type BVec4 = Vector4<bool>;
#[repr(C)]pub struct BVec4 { pub x: bool, pub y: bool, pub z: bool, pub w: bool, }
x: bool
y: bool
z: bool
w: bool