Function LLVMCreateExecutionEngineForModule

Source
pub unsafe extern "C" fn LLVMCreateExecutionEngineForModule(
    OutEE: *mut *mut LLVMOpaqueExecutionEngine,
    M: *mut LLVMModule,
    OutError: *mut *mut i8,
) -> i32