pub type pixman_rectangle32_t = pixman_rectangle32;
#[repr(C)]pub struct pixman_rectangle32_t { pub x: i32, pub y: i32, pub width: u32, pub height: u32, }
x: i32
y: i32
width: u32
height: u32