Function pointers can be obtained:
- from a gcc_jit_function using gcc_jit_function_get_address(), or
- from an existing function using gcc_jit_context_new_rvalue_from_ptr(), using a function pointer type obtained using gcc_jit_context_new_function_ptr_type().