D_TIMGroupDecreaseGroupCounter method
Implementation
int D_TIMGroupDecreaseGroupCounter(ffi.Pointer<ffi.Uint8> group_id, ffi.Pointer<ffi.Uint8> group_counter_key, int group_counter_value, ffi.Pointer<ffi.Uint8> user_data) {
return _D_TIMGroupDecreaseGroupCounter(group_id, group_counter_key, group_counter_value, user_data);
}