Function LLVMRustCreateRangeAttribute

Source
pub(crate) unsafe extern "C" fn LLVMRustCreateRangeAttribute(
    C: &Context,
    num_bits: c_uint,
    lower_words: *const u64,
    upper_words: *const u64,
) -> &Attribute