> ` public static implicit operator PTRMUTPTR(Span<PTRMUT> span) => new(ref span.GetPinnableRefer

public static implicit operator PTRMUTPTR(Span<PTRMUT> span) => new(ref span.GetPinnableReference());
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)
Was this page helpful?