1f = Function(void, 'SystemClick',
2    (EventRecord_ptr, 'theEvent', InMode),
3    (WindowPtr, 'theWindow', InMode),
4)
5functions.append(f)
6
7f = Function(UInt32, 'TickCount',
8)
9functions.append(f)
10