Function LLVMRustHasAttributeAtIndex

Source
pub(crate) unsafe extern "C" fn LLVMRustHasAttributeAtIndex(
    V: &Value,
    i: c_uint,
    Kind: AttributeKind,
) -> bool