wg_add_device function

  1. @Native<Int Function(Pointer<Char>)>(ffi.Pointer<ffi.Char>)>(symbol: 'wg_add_device')
int wg_add_device(
  1. Pointer<Char> device_name
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Char>)>(symbol: 'wg_add_device')
external int wg_add_device(
  ffi.Pointer<ffi.Char> device_name,
);