Apache.Arrow.C.CArrowDeviceArray
namespace Apache.Arrow.C
{
public struct CArrowDeviceArray
{
public CArrowArray array;
public long device_id;
public ArrowDeviceType device_type;
public unsafe void* sync_event;
private unsafe fixed long reserved[3];
public unsafe static CArrowDeviceArray* Create();
public unsafe static void Free(CArrowDeviceArray* deviceArray);
}
}