pub unsafe extern "C" fn LLVMAddAlias2(
M: LLVMModuleRef,
ValueTy: LLVMTypeRef,
AddrSpace: c_uint,
Aliasee: LLVMValueRef,
Name: *const c_char,
) -> LLVMValueRefExpand description
Add a GlobalAlias with the given value type, address space and aliasee.
@see llvm::GlobalAlias::create()