WAITORTIMERCALLBACK typedef

WAITORTIMERCALLBACK = Void Function(Pointer<Void>, Uint8)

Implementation

typedef WAITORTIMERCALLBACK = ffi.Void Function(
  ffi.Pointer<ffi.Void>,
  ffi.Uint8,
);