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