#[no_mangle]
pub unsafe extern "C" fn LLVMAliasSetAliasee(
    Alias: LLVMValueRef,
    Aliasee: LLVMValueRef
)