[][src]Function llvm_sys::core::LLVMCreateStringAttribute

pub unsafe extern "C" fn LLVMCreateStringAttribute(
    C: LLVMContextRef,
    K: *const c_char,
    KLength: c_uint,
    V: *const c_char,
    VLength: c_uint
) -> LLVMAttributeRef

Create a string attribute.