Type Alias hirofa_quickjs_sys::JSCFunction
source · pub type JSCFunction = Option<unsafe extern "C" fn(ctx: *mut JSContext, this_val: JSValue, argc: c_int, argv: *mut JSValue) -> JSValue>;
Aliased Type§
enum JSCFunction {
None,
Some(unsafe extern "C" fn(_: *mut JSContext, _: JSValue, _: i32, _: *mut JSValue) -> JSValue),
}