PollCallBack typedef

PollCallBack = void Function(int choice)

Implementation

typedef void PollCallBack(int choice);