pub unsafe extern "C" fn IterateGrayObjects( zone: *mut Zone, cellCallback: IterateGCThingCallback, data: *mut c_void, )
Invoke cellCallback on every gray JSObject in the given zone.