pub type mbNodeOnCreateProcessCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, applicationPath: *const WCHAR, arguments: *const WCHAR, startup: *mut STARTUPINFOW)>;
Aliased Type§
enum mbNodeOnCreateProcessCallback {
None,
Some(unsafe extern "stdcall" fn(isize, *mut c_void, *const u16, *const u16, *mut _STARTUPINFOW)),
}