pub type WindowOptions = cbw_WindowOptions;
struct WindowOptions { pub borders: bool, pub minimizable: bool, pub resizable: bool, }
borders: bool
minimizable: bool
resizable: bool