pub unsafe extern "C" fn LLVMCreateStringAttribute(
C: LLVMContextRef,
K: *const c_char,
KLength: c_uint,
V: *const c_char,
VLength: c_uint,
) -> LLVMAttributeRef
Expand description
Create a string attribute.
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.