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