pub type EmbRect = EmbRect_;
struct EmbRect { pub top: f64, pub left: f64, pub bottom: f64, pub right: f64, }
top: f64
left: f64
bottom: f64
right: f64