int memcmp( ffi.Pointer<ffi.Void> s1, ffi.Pointer<ffi.Void> s2, int n, ) { return _memcmp( s1, s2, n, ); }