pub unsafe extern "C" fn LLVMCreateStringAttribute( C: *mut LLVMContext, K: *const i8, KLength: u32, V: *const i8, VLength: u32, ) -> *mut LLVMOpaqueAttributeRef
Create a string attribute.