namespace ServicePoint; public partial struct SPByteSlice { public unsafe Span AsSpan() => new (start, (int)length); }