Type Alias mbJsQueryCallback

Source
pub type mbJsQueryCallback = Option<unsafe extern "stdcall" fn(webView: mbWebView, param: *mut c_void, es: mbJsExecState, queryId: i64, customMsg: c_int, request: *const utf8)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.