wg_free_device function
void
wg_free_device()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<wg_device>)>(symbol: 'wg_free_device')
external void wg_free_device(
ffi.Pointer<wg_device> dev,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<wg_device>)>(symbol: 'wg_free_device')
external void wg_free_device(
ffi.Pointer<wg_device> dev,
);