Core-Lightning returns the feature-bits in reversed order but we don't want to rely on the caller to reverse the u8 slice themselfs. This commit adds a convenience function that reverses the bitmap to avoid hard to debug mistakes. Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>