pub type Vector2 = TypedVector2D<f32, UnknownUnit>;
#[repr(C)]pub struct Vector2 { pub x: f32, pub y: f32, }
x: f32
y: f32