pub unsafe extern "C" fn JS_SetInterruptHandler( rt: *mut JSRuntime, cb: Option<unsafe extern "C" fn(*mut JSRuntime, *mut c_void) -> i32>, opaque: *mut c_void, )