Function LLVMFindFunction

Source
pub unsafe extern "C" fn LLVMFindFunction(
    EE: *mut LLVMOpaqueExecutionEngine,
    Name: *const i8,
    OutFn: *mut *mut LLVMValue,
) -> i32