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