Function mozjs::jsapi::JS::RemoveGCNurseryCollectionCallback
source ยท pub unsafe extern "C" fn RemoveGCNurseryCollectionCallback(
cx: *mut JSContext,
callback: Option<unsafe extern "C" fn(_: *mut JSContext, _: GCNurseryProgress, _: GCReason, _: *mut c_void)>,
data: *mut c_void,
)