NativeD_TIMGroupJoin typedef

NativeD_TIMGroupJoin = Int Function(Pointer<Uint8> group_id, Pointer<Uint8> hello_msg, Pointer<Uint8> user_data)

Implementation

typedef NativeD_TIMGroupJoin = ffi.Int Function(ffi.Pointer<ffi.Uint8> group_id, ffi.Pointer<ffi.Uint8> hello_msg, ffi.Pointer<ffi.Uint8> user_data);