<PackageReference Include="Apache.Arrow" Version="23.0.0" />

Apache.Arrow.C.StringUtil

static class StringUtil
namespace Apache.Arrow.C { internal static class StringUtil { public unsafe static byte* ToCStringUtf8(string str); public unsafe static string PtrToStringUtf8(byte* ptr); } }