Print the contents of aryStatInfo???T structure variable to STDOUT. Note that some of the values are not printed if undefined. This returns nothing.
interface printAryStatInfo
subroutine printAryStatInfoDouble(aryInfo)
type(aryStatInfo???T), intent(in) :: aryInfo
end subroutine printAryStatInfoDouble
end interface