pub type libcamera_rectangle_t = libcamera_rectangle;
struct libcamera_rectangle_t { pub x: i32, pub y: i32, pub width: u32, pub height: u32, }
x: i32
y: i32
width: u32
height: u32