int sodium_memcmp( ffi.Pointer<ffi.Void> b1_, ffi.Pointer<ffi.Void> b2_, int len, ) { return _sodium_memcmp( b1_, b2_, len, ); }