pub unsafe extern "C" fn JS_SetGrayGCRootsTracer(
    cx: *mut JSContext,
    traceOp: JSGrayRootsTracer,
    data: *mut c_void
)