v.25.4Bug Fix (user-visible misbehavior in an official stable release)

BitmapMin returns the uint32_max

bitmapMin returns the uint32_max when the bitmap is empty (and uint64_max when the input type is larger), which matches the behavior of empty roaring_bitmap's minimum. #78444 (wxybear).