add_client_device function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Char>, ffi.Pointer<ffi.Uint8>)>(
symbol: 'add_client_device')
external void add_client_device(
ffi.Pointer<ffi.Char> device_name,
ffi.Pointer<ffi.Uint8> private_key,
);