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