Apache.Arrow.C.CArrowDeviceArrayStream
namespace Apache.Arrow.C
{
public struct CArrowDeviceArrayStream
{
public ArrowDeviceType device_type;
public unsafe void* private_data;
public unsafe static CArrowDeviceArrayStream* Create();
public unsafe static void Free(CArrowDeviceArrayStream* stream);
}
}