pub unsafe extern "C" fn IterateGrayObjects(
zone: *mut Zone,
cellCallback: Option<unsafe extern "C" fn(_: *mut c_void, _: GCCellPtr, _: *const AutoRequireNoGC)>,
data: *mut c_void,
)
Expand description
Invoke cellCallback on every gray JSObject in the given zone.