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;
|
|
|
|
|
|
|
|
|
2024-10-19 14:21:50 +02:00
|
|
|
namespace ServicePoint
|
2024-10-16 21:59:35 +02:00
|
|
|
{
|
2024-10-19 14:21:50 +02:00
|
|
|
|
2024-10-16 21:59:35 +02:00
|
|
|
|
|
|
|
[StructLayout(LayoutKind.Sequential)]
|
2024-10-19 14:21:50 +02:00
|
|
|
public unsafe partial struct SPByteSlice
|
2024-10-16 21:59:35 +02:00
|
|
|
{
|
|
|
|
public byte* start;
|
|
|
|
public nuint length;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|