Function rustc_codegen_llvm::llvm::LLVMBuildVAArg

source ·
pub unsafe extern "C" fn LLVMBuildVAArg<'a>(
    B: &Builder<'a>,
    list: &'a Value,
    Ty: &'a Type,
    Name: *const c_char
) -> &'a Value