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