On this page:
Racket LLVM
define-llvm
8.12

Racket LLVM🔗ℹ

A racket LLVM C-API bindings, document will show you how to use this library as simple as possible.

syntax

(define-llvm id function-type maybe-c-id)

 
maybe-c-id = #:c-id c-function-id
define-llvm takes an id as its produces function name, then is a C fun defined types for C function. Finally, takes the link name of C function. Using define-llvm to extend any functions missing in this library will be important.