Function LLVMGetStringAttributeAtIndex

Source
pub unsafe extern "C" fn LLVMGetStringAttributeAtIndex(
    F: *mut LLVMValue,
    Idx: u32,
    K: *const i8,
    KLen: u32,
) -> *mut LLVMOpaqueAttributeRef