pub type mbTitleChangedCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, title: *const utf8)>;Aliased Type§
enum mbTitleChangedCallback {
None,
Some(unsafe extern "stdcall" fn(isize, *mut c_void, *const i8)),
}