delete_device function

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

Implementation

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