maybe i am too tired to understand but this just converts a string to span? or something?
maybe i am too tired to understand but this just converts a string to span? or something?





byte[] again?unmanaged type public static implicit operator PointerLike<T>(T[] a) => new(){Span = a};object local = new();
object* ptr = &local;
PassToNative(ptr);byte[]