Apache.Arrow.C.CArrowDeviceArrayStreamImporter
namespace Apache.Arrow.C
{
public static class CArrowDeviceArrayStreamImporter
{
public unsafe static IArrowArrayStream ImportDeviceArrayStream(CArrowDeviceArrayStream* ptr);
}
}