pub unsafe extern "C" fn LLVMCreateTypeAttribute(
C: LLVMContextRef,
KindID: c_uint,
type_ref: LLVMTypeRef,
) -> LLVMAttributeRef
Expand description
Create a type attribute.
pub unsafe extern "C" fn LLVMCreateTypeAttribute(
C: LLVMContextRef,
KindID: c_uint,
type_ref: LLVMTypeRef,
) -> LLVMAttributeRef
Create a type attribute.