pub type cef_point_t = _cef_point_t;
Structure representing a point.
#[repr(C)]pub struct cef_point_t { pub x: i32, pub y: i32, }
x: i32
y: i32