Popstack does the same as cdecl, namely it tells the Free Pascal compiler that a function
uses the C calling convention. In difference with the cdecl modifier, it still mangles the name of
the function as it would for a normal pascal function. With popstack, functions can be called by
their pascal names in a library.