Function LLVMSetMetadata

Source
pub(crate) extern "C" fn LLVMSetMetadata<'a>(
    Val: &'a Value,
    KindID: MetadataKindId,
    Node: &'a Value,
)