NativeD_TIMGroupIncreaseGroupCounter typedef
        NativeD_TIMGroupIncreaseGroupCounter =
     Int Function(Pointer<Uint8>  group_id, Pointer<Uint8>  group_counter_key, Int group_counter_value, Pointer<Uint8>  user_data)
    
    
    
Implementation
typedef NativeD_TIMGroupIncreaseGroupCounter = ffi.Int Function(ffi.Pointer<ffi.Uint8> group_id, ffi.Pointer<ffi.Uint8> group_counter_key, ffi.Int group_counter_value, ffi.Pointer<ffi.Uint8> user_data);