remove method

int remove(
  1. Pointer<Char> arg0
)

Implementation

int remove(ffi.Pointer<ffi.Char> arg0) {
  return _remove(arg0);
}