pub unsafe extern "C" fn LLVMRustAddFunctionAttributes<'a>(
    Fn: &'a Value,
    index: c_uint,
    Attrs: *const &'a Attribute,
    AttrsLen: size_t
)