undelete method

int undelete(
  1. Pointer<Char> arg0
)

Implementation

int undelete(ffi.Pointer<ffi.Char> arg0) {
  return _undelete(arg0);
}