pub unsafe extern "C" fn LLVMMDNodeInContext(
    C: LLVMContextRef,
    Vals: *mut LLVMValueRef,
    Count: c_uint
) -> LLVMValueRef
👎Deprecated since LLVM 9.0: Use LLVMMDNodeInContext2 instead.