fsctl method

int fsctl(
  1. Pointer<Char> arg0,
  2. int arg1,
  3. Pointer<Void> arg2,
  4. int arg3,
)

Implementation

int fsctl(
  ffi.Pointer<ffi.Char> arg0,
  int arg1,
  ffi.Pointer<ffi.Void> arg2,
  int arg3,
) {
  return _fsctl(arg0, arg1, arg2, arg3);
}