servicepoint/crates/servicepoint_binding_cs/ServicePoint/BindGen/ByteSliceNative.g.cs
2024-10-16 22:46:34 +02:00

25 lines
426 B
C#

// <auto-generated>
// This code is generated by csbindgen.
// DON'T CHANGE THIS DIRECTLY.
// </auto-generated>
#pragma warning disable CS8500
#pragma warning disable CS8981
using System;
using System.Runtime.InteropServices;
namespace ServicePoint.BindGen
{
[StructLayout(LayoutKind.Sequential)]
public unsafe partial struct ByteSlice
{
public byte* start;
public nuint length;
}
}