pub fn restrict_null_literal(expr: Expr) -> Option<Expr>
Returns None if the Expr is a null literal and Some(expr) otherwise.