예제 #1
0
 public static unsafe void ZeroMemory(void *ptr, nuint byteCount)
 {
     SpanHelpers.ClearWithoutReferences(ref *(byte *)ptr, byteCount);
 }