pub type pixman_vector_t = pixman_vector;
#[repr(C)]pub struct pixman_vector_t { pub vector: [i32; 3], }
vector: [i32; 3]