pub(crate) fn store_user_var<B>( lo: &mut Lowerer<'_>, b: &mut B, name: &str, expr: &Condition, )where B: RotationBackend,