pub type mbViewSettings = _mbViewSettings;
struct mbViewSettings { pub size: i32, pub bgColor: u32, }
size: i32
bgColor: u32