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

Apache.Arrow.Memory.INativeAllocationOwner

namespace Apache.Arrow.Memory { internal interface INativeAllocationOwner { void Release(IntPtr ptr, int offset, int length); } }