They seem to be coming from zig’s own files, not from GMP:
.../zig/0.16.0/lib/libcxx/include/string:3884:75: warning: pointer is
missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
3884 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10);