public static void CopyLong(byte[] src, int srcIndex, byte[] dest, int destIndex) { _memory.CopyLong(src, srcIndex, dest, destIndex); }