Function hirofa_quickjs_sys::JS_SetInterruptHandler

source ยท
pub unsafe extern "C" fn JS_SetInterruptHandler(
    rt: *mut JSRuntime,
    cb: JSInterruptHandler,
    opaque: *mut c_void,
)