pub fn custom<I, S>(name: impl Into<String>, args: I) -> WindowFunctionBuilderwhere I: IntoIterator<Item = S>, S: Into<String>,
Create a custom window function.