pub unsafe extern "C" fn JS_RemoveWeakPointerCompartmentCallback(
    cx: *mut JSContext,
    cb: Option<unsafe extern "C" fn(_: *mut JSTracer, _: *mut Compartment, _: *mut c_void)>
)