pub unsafe extern "C" fn JS_RemoveExtraGCRootsTracer(
    cx: *mut JSContext,
    traceOp: Option<unsafe extern "C" fn(_: *mut JSTracer, _: *mut c_void)>,
    data: *mut c_void
)
Expand description

Undo a call to JS_AddExtraGCRootsTracer.