Function LLVMGetAttributesAtIndex

Source
#[no_mangle]
pub extern "C" fn LLVMGetAttributesAtIndex(
    F: LLVMValueRef,
    Idx: LLVMAttributeIndex,
    Attrs: *mut LLVMAttributeRef,
)