public static bool TryWriteSpan(this Span <byte> destination, ReadOnlySpan <byte> value, ref int cursor) => SpanWriting.TryWriteSpan(destination, value, ref cursor);