Function JS_SetErrorInterceptorCallback

Source
pub unsafe extern "C" fn JS_SetErrorInterceptorCallback(
    arg1: *mut JSRuntime,
    callback: *mut JSErrorInterceptor,
)