renameatx_np method

int renameatx_np(
  1. int arg0,
  2. Pointer<Char> arg1,
  3. int arg2,
  4. Pointer<Char> arg3,
  5. int arg4,
)

Implementation

int renameatx_np(
  int arg0,
  ffi.Pointer<ffi.Char> arg1,
  int arg2,
  ffi.Pointer<ffi.Char> arg3,
  int arg4,
) {
  return _renameatx_np(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
  );
}