cgetcap method

Pointer<Int8> cgetcap(
  1. Pointer<Int8> arg0,
  2. Pointer<Int8> arg1,
  3. int arg2
)

Implementation

ffi.Pointer<ffi.Int8> cgetcap(
  ffi.Pointer<ffi.Int8> arg0,
  ffi.Pointer<ffi.Int8> arg1,
  int arg2,
) {
  return _cgetcap(
    arg0,
    arg1,
    arg2,
  );
}