D_TIMGroupJoin method
Implementation
int D_TIMGroupJoin(
  ffi.Pointer<ffi.Uint8> group_id,
  ffi.Pointer<ffi.Uint8> hello_msg,
  ffi.Pointer<ffi.Uint8> user_data,
) {
  return _D_TIMGroupJoin(
    group_id,
    hello_msg,
    user_data,
  );
}int D_TIMGroupJoin(
  ffi.Pointer<ffi.Uint8> group_id,
  ffi.Pointer<ffi.Uint8> hello_msg,
  ffi.Pointer<ffi.Uint8> user_data,
) {
  return _D_TIMGroupJoin(
    group_id,
    hello_msg,
    user_data,
  );
}