pub type mbAlertBoxCallback = Option<unsafe extern "system" fn(webView: mbWebView, param: *mut c_void, msg: *const utf8)>;
pub enum mbAlertBoxCallback { None, Some(unsafe extern "system" fn(isize, *mut c_void, *const i8)), }
No value.
Some value of type T.
T