pub type mbCreateViewCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, navigationType: mbNavigationType, url: *const utf8, windowFeatures: *const mbWindowFeatures) -> mbWebView>;
Aliased Type§
enum mbCreateViewCallback {
None,
Some(unsafe extern "stdcall" fn(isize, *mut c_void, i32, *const i8, *const mbWindowFeatures) -> isize),
}