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