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