pub type libcamera_size_t = libcamera_size;
struct libcamera_size_t { pub width: u32, pub height: u32, }
width: u32
height: u32