using System;
using System.Runtime.InteropServices;
public class Program
{
public static void Main()
byte[] array = null;
ref byte b = ref MemoryMarshal.GetReference<byte>(array);
}