Windows.Win32.__float_25
struct __float_25
namespace Windows.Win32
{
internal struct __float_25
{
internal unsafe fixed float Value[25];
[UnscopedRef]
internal ref float this[int index] { get; }
public static implicit operator __float_25(ReadOnlySpan<float> value);
}
}