[][src]Function rustc_llvm_proxy::proxy::LLVMGetNamedGlobalAlias

#[no_mangle]
pub unsafe extern "C" fn LLVMGetNamedGlobalAlias(
    M: LLVMModuleRef,
    Name: *const c_char,
    NameLen: size_t
) -> LLVMValueRef