pub unsafe extern "C" fn LLVMCreateEnumAttribute(
C: LLVMContextRef,
KindID: c_uint,
Val: u64,
) -> LLVMAttributeRef
Expand description
Create an enum attribute.
pub unsafe extern "C" fn LLVMCreateEnumAttribute(
C: LLVMContextRef,
KindID: c_uint,
Val: u64,
) -> LLVMAttributeRef
Create an enum attribute.