> ` public static implicit operator PTRMUTPTR(Span<PTRMUT> span) => new(ref span.GetPinnableRefer
just realised this is not possible also (ref struct as generics, iirc this is why I included the very vague "unless the Silk.NET team deem it inappropriate or inapplicable" language)public static implicit operator PTRMUTPTR(Span<PTRMUT> span) => new(ref span.GetPinnableReference());