Function LLVMAddAttributeAtIndex

Source
#[no_mangle]
pub extern "C" fn LLVMAddAttributeAtIndex(
    F: LLVMValueRef,
    Idx: LLVMAttributeIndex,
    A: LLVMAttributeRef,
)