pub unsafe extern "C" fn JS_SetGCCallback(
    cx: *mut JSContext,
    cb: JSGCCallback,
    data: *mut c_void
)