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