Function rustc_codegen_llvm::llvm::LLVMRustCreateRangeAttribute
source ยท pub unsafe extern "C" fn LLVMRustCreateRangeAttribute(
C: &Context,
num_bits: c_uint,
lower_words: *const u64,
upper_words: *const u64,
) -> &Attribute