pub fn llvm_temporary_md_node(
ctx: &LLVMContext,
operands: &[Option<LLVMMetadata>],
) -> LLVMMetadataExpand description
LLVMTemporaryMDNode
The returned node must either be disposed with llvm_dispose_temporary_md_node or replaced with llvm_metadata_replace_all_uses_with.