encrypt method

void encrypt(
  1. Pointer<Char> arg0,
  2. int arg1
)

Implementation

void encrypt(ffi.Pointer<ffi.Char> arg0, int arg1) {
  return _encrypt(arg0, arg1);
}