pub unsafe extern "C" fn LLVMAliasSetAliasee(
    Alias: LLVMValueRef,
    Aliasee: LLVMValueRef
)
Expand description

Set the target value of an alias.