#[unsafe(no_mangle)]
pub extern "C" fn LLVMGetStringAttributeAtIndex(
F: LLVMValueRef,
Idx: LLVMAttributeIndex,
K: *const c_char,
KLen: c_uint,
) -> LLVMAttributeRef
#[unsafe(no_mangle)]
pub extern "C" fn LLVMGetStringAttributeAtIndex(
F: LLVMValueRef,
Idx: LLVMAttributeIndex,
K: *const c_char,
KLen: c_uint,
) -> LLVMAttributeRef