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