pub type cef_size_t = _cef_size_t;
Structure representing a size.
#[repr(C)]pub struct cef_size_t { pub width: i32, pub height: i32, }
width: i32
height: i32