[][src]Type Definition quickjs_sys::JSInterruptHandler

type JSInterruptHandler = Option<unsafe extern "C" fn(rt: *mut JSRuntime, opaque: *mut c_void) -> c_int>;