servicepoint/crates/servicepoint_binding_cs/ServicePoint/BindGen/ByteSliceNative.g.cs

25 lines
426 B
C#
Raw Normal View History

2024-10-16 21:59:35 +02:00
// <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)]
2024-10-16 22:46:34 +02:00
public unsafe partial struct ByteSlice
2024-10-16 21:59:35 +02:00
{
public byte* start;
public nuint length;
}
}