LLVMCreateInterpreterForModule

Function LLVMCreateInterpreterForModule 

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