pub type Vector2 = FVector2;
pub type FVector2 = F32Vector2;
pub type IVector2 = I32Vector2;
pub type UVector2 = U32Vector2;
// pub type Vector3 = FVector3;
// pub type FVector3 = extended::F32Vector3;
// pub type IVector3 = extended::I32Vector3;
// pub type UVector3 = extended::U32Vector3;
// pub type Vector4 = FVector4;
// pub type FVector4 = extended::F32Vector4;
// pub type IVector4 = extended::I32Vector4;
// pub type UVector4 = extended::U32Vector4;