pub unsafe extern "C" fn JS_AddInterruptCallback( cx: *mut JSContext, callback: Option<unsafe extern "C" fn(_: *mut JSContext) -> bool>, ) -> bool