(define llvm:get-closure-setter (lambda (name) (if (impc:aot:currently-compiling?) (impc:compiler:print-not-during-aot-error) (llvm:get-function-pointer (string-append name "_setter")))))