memcmp function

Implementation

int memcmp(MemoryPointer a, MemoryPointer b, int n)
  => $.Utils.memcmp(a, b, n);