pub type wkeJsNativeFunction = Option<unsafe extern "C" fn(es: jsExecState, param: *mut c_void) -> jsValue>;

Aliased Type§

enum wkeJsNativeFunction {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> i64),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> i64)

Some value of type T.