[][src]Function llvm_sys::execution_engine::LLVMCreateInterpreterForModule

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