Dartcion_client_server_discovered_cbFunction typedef
Dartcion_client_server_discovered_cbFunction =
void Function(Pointer<Char> service_name, cion_peer_info_h peer_info, Pointer<Void> user_data)
Implementation
typedef Dartcion_client_server_discovered_cbFunction = void Function(
ffi.Pointer<ffi.Char> service_name,
cion_peer_info_h peer_info,
ffi.Pointer<ffi.Void> user_data);