pub type sfGlslIvec2 = sfVector2i;
#[repr(C)]pub struct sfGlslIvec2 { pub x: i32, pub y: i32, }
x: i32
y: i32