Type Definition libquickjs_sys::JSInterruptHandler[][src]

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