Function llvm_sys::execution_engine::LLVMCreateJITCompilerForModule
source ยท pub unsafe extern "C" fn LLVMCreateJITCompilerForModule(
OutJIT: *mut LLVMExecutionEngineRef,
M: LLVMModuleRef,
OptLevel: c_uint,
OutError: *mut *mut c_char,
) -> LLVMBool