pub type libcamera_point_t = libcamera_point;
struct libcamera_point_t { pub x: i32, pub y: i32, }
x: i32
y: i32