Fix Forward: export sk_report_container_overflow_and_die

This symbol was missing in the windows build.

Change-Id: I79a936db10a3cb4d86d4a6d63cbcb2c6c8425cc0
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/607058
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Herb Derby <herb@google.com>
Reviewed-by: John Stiles <johnstiles@google.com>
diff --git a/include/private/SkContainers.h b/include/private/SkContainers.h
index b74ba7c..61ca571 100644
--- a/include/private/SkContainers.h
+++ b/include/private/SkContainers.h
@@ -38,5 +38,5 @@
 // Returns the empty span if size is 0. sk_allocate_throw aborts on failure.
 SkSpan<std::byte> sk_allocate_throw(size_t size);
 
-[[noreturn]] void sk_report_container_overflow_and_die();
+SK_SPI [[noreturn]] void sk_report_container_overflow_and_die();
 #endif  // SkContainers_DEFINED