Type Alias mbConsoleCallback

Source
pub type mbConsoleCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, level: mbConsoleLevel, message: *const utf8, sourceName: *const utf8, sourceLine: c_uint, stackTrace: *const utf8)>;

Aliased Type§

enum mbConsoleCallback {
    None,
    Some(unsafe extern "stdcall" fn(isize, *mut c_void, i32, *const i8, *const i8, u32, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "stdcall" fn(isize, *mut c_void, i32, *const i8, *const i8, u32, *const i8))

Some value of type T.