pub fn substr<'a, T: Into<ExprNode<'a>>, U: Into<ExprNode<'a>>>( expr: T, start: U, count: Option<ExprNode<'a>>, ) -> ExprNode<'a>