public static ulong CRC64(IntPtr buffers, int bufferCount) { return(Native.enet_crc64(buffers, bufferCount)); }