LLVMGetAttributesAtIndex

Function LLVMGetAttributesAtIndex 

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