|  | Implementation of All Exported FunctionsImplementing the exported functions is the final step. The example function in first_module looks like this: 
 After the declaration, code for checking and retrieving the function's arguments, argument conversion, and return value generation follows (more on this later). |  | |