void VerifySpanBytesToValue <T>(Span <byte> src, T expect) where T : struct { Claim.eq(expect, ByteSpan.ReadValue <T>(src)); }