pub fn lpad<'a, T: Into<ExprNode<'a>>, U: Into<ExprNode<'a>>>( expr: T, size: U, fill: Option<ExprNode<'a>>, ) -> ExprNode<'a>