const fn parse_finite( b: &[u8], bits: u32, sig_bits: u32, rounding_mode: Round, ) -> Result<(u128, Status), HexFloatParseError>