servicepoint/crates/servicepoint_binding_cs/ServicePoint/ByteSlice.g.cs

25 lines
416 B
C#
Raw Permalink 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
2024-10-16 21:59:35 +02:00
{
2024-10-16 21:59:35 +02:00
[StructLayout(LayoutKind.Sequential)]
public unsafe partial struct SPByteSlice
2024-10-16 21:59:35 +02:00
{
public byte* start;
public nuint length;
}
}