#[no_mangle]
pub unsafe extern "C" fn LLVMCreateExecutionEngineForModule(
OutEE: *mut LLVMExecutionEngineRef,
M: LLVMModuleRef,
OutError: *mut *mut c_char
) -> LLVMBool
#[no_mangle]
pub unsafe extern "C" fn LLVMCreateExecutionEngineForModule(
OutEE: *mut LLVMExecutionEngineRef,
M: LLVMModuleRef,
OutError: *mut *mut c_char
) -> LLVMBool