SendProgressFunc typedef

SendProgressFunc = void Function(int send, int total)

Implementation

typedef void SendProgressFunc(int send, int total);