IntCallback typedef

IntCallback = void Function(int data)

Implementation

typedef void IntCallback(int data);