pub type libcamera_size_t = libcamera_size;
#[repr(C)]pub struct libcamera_size_t { pub width: u32, pub height: u32, }
width: u32
height: u32