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