[][src]Function rustc_llvm_proxy::proxy::LLVMCreateInterpreterForModule

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