pub fn stack_f<Args, Inp>( args: Args, ) -> Result<<Args as StackAPI<Inp>>::Out, Error>where Args: StackAPI<Inp>,